home *** CD-ROM | disk | FTP | other *** search
/ Hobby PC 13 / Hobby PC 13.iso / assets / Asset Library / Meta Tagger / Page Description / fxitems.xml < prev    next >
Extensible Markup Language  |  2001-04-09  |  607b  |  20 lines

  1. <?xml version="1.0" standalone="yes"?>
  2. <Items>
  3.  
  4.     <Item Type="Text" CLASS="META Description" ID="1">
  5.         <Icon SRC="metatags.gif"/>
  6.         <Description>Drag Meta tags onto document to insert page description</Description>
  7.  
  8.     <SCRIPT LANGUAGE="JScript"><![CDATA[
  9.         var Descrip;
  10.     Descrip = escape('%htmlItem.SQ_getAttribute("Descrip",0,"VALUE")%');
  11.  
  12.     // This should be a link to the password login page
  13.     Application.FX.HTML('<META NAME=\"Description\" CONTENT="' + Descrip + '\">',null,'HEAD','sq-keywords',null,null);
  14.         
  15.         ]]>
  16.       </SCRIPT>
  17.     </Item>
  18.  
  19.  
  20. </Items>